ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MatrixCell Class / MatrixCell Constructor / MatrixCell Constructor(IEnumerable<ReportItem>)
The children items collection.

In This Topic
    MatrixCell Constructor(IEnumerable<ReportItem>)
    In This Topic
    Creates new instance of the MatrixCell
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal items As IEnumerable(Of ReportItem) _
    )
    public MatrixCell( 
       IEnumerable<ReportItem> items
    )

    Parameters

    items
    The children items collection.
    See Also